home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / applications / jcgraph / rexx / startup.rex < prev    next >
OS/2 REXX Batch file  |  1994-11-17  |  518b  |  14 lines

  1. /* Startup.rex */
  2. /* ----------- */
  3. /* Description: This is the ARexx script executed at startup time. It   */
  4. /*              sets default window position and assign script to Rexx  */
  5. /*              button. You can change it here or change the name in    */
  6. /*              tooltypes.                                              */
  7.  
  8. address 'JCGRAPH'
  9.  
  10. /* First, set the default ARexx button */
  11. 'rx JcGraph:rexx/ButtonCluster1.rex'
  12.  
  13. /* Second, set the window pos. value */
  14. 'rx JcGraph:rexx/LoadWindowPosDefault.rex'